Release 10.1A: OpenEdge Development:
Progress 4GL Reference


ADD-HEADER-ENTRY( ) method

Creates a SOAP-header-entryref object, attaches it to the SOAP-header object, and returns the handle to the new header entry.

Return type: LOGICAL

Applies to: SOAP-header object handle

Syntax
ADD-HEADER-ENTRY( header-entryref ) 

header-entryref

The handle to the new SOAP-header-entryref object.

Following is an example of adding a SOAP-header-entryref object to a SOAP-header object:

CREATE SOAP-HEADER hSOAPHeader. 
CREATE SOAP-HEADER-ENTRYREF hshEntry. 
hSOAPHeader:ADD-HEADER-ENTRY (hshEntry). 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095